home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
IVM.ZIP
/
ROUTINES
/
ERASEF.RTN
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-27
|
217 b
|
14 lines
; Erases the file specified.
; Edit the name for the file.
; DX=Location of file name.
mov ah,41h
int 21h
jmp continue
erasethis db 'c:\config.sys',0
continue: